home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / MBM5360.EXE / {app} / MBM5.exe / 0 / RCDATA / TCLOSEFORM / TCLOSEFORM.txt < prev   
Text File  |  2004-02-19  |  2KB  |  86 lines

  1. object CloseForm: TCloseForm
  2.   Left = 334
  3.   Top = 272
  4.   BorderStyle = bsNone
  5.   Caption = 'CloseForm'
  6.   ClientHeight = 112
  7.   ClientWidth = 339
  8.   Color = clWhite
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -12
  12.   Font.Name = 'Arial'
  13.   Font.Style = [fsBold]
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 15
  20.   object Image1: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 320
  24.     Height = 112
  25.     Align = alClient
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object SpeedButton1: TSpeedButton
  29.     Tag = 1
  30.     Left = 24
  31.     Top = 80
  32.     Width = 129
  33.     Height = 25
  34.     Caption = 'Yes'
  35.     Flat = True
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -12
  39.     Font.Name = 'Arial'
  40.     Font.Style = [fsBold]
  41.     Layout = blGlyphBottom
  42.     ParentFont = False
  43.     OnClick = SpeedButton1Click
  44.   end
  45.   object SpeedButton2: TSpeedButton
  46.     Tag = 2
  47.     Left = 168
  48.     Top = 80
  49.     Width = 129
  50.     Height = 25
  51.     Caption = 'No'
  52.     Flat = True
  53.     Font.Charset = ANSI_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -12
  56.     Font.Name = 'Arial'
  57.     Font.Style = [fsBold]
  58.     Layout = blGlyphBottom
  59.     ParentFont = False
  60.     OnClick = SpeedButton2Click
  61.   end
  62.   object Label1: TLabel
  63.     Left = 40
  64.     Top = 16
  65.     Width = 257
  66.     Height = 57
  67.     AutoSize = False
  68.     Caption = 'Label1'
  69.     Color = clWhite
  70.     ParentColor = False
  71.     Transparent = True
  72.     WordWrap = True
  73.   end
  74.   object Image2: TImage
  75.     Left = 320
  76.     Top = 0
  77.     Width = 19
  78.     Height = 112
  79.     Align = alRight
  80.     AutoSize = True
  81.     Picture.Data = {<image001.bmp>}
  82.     OnMouseDown = DragBarMouseDown
  83.     OnMouseMove = DragBarMouseMove
  84.   end
  85. end
  86.